Hi, I am controlling 2 independent machines with KFlop and KStep. There are 2 C programs running on 2 separate threads. Currently I am starting the programs manually by clicking on buttons set to start the programs.
I read somewhere that it is possible to set the C program on thread 7 to run on startup.
How can I start the second program running on another thread on startup? Is it possible to start anoh program from the one running in thread 7?